log/slog.commonHandler.preformattedAttrs (field)

6 uses

	log/slog (current package)
		handler.go#L189: 	preformattedAttrs []byte
		handler.go#L206: 		preformattedAttrs: slices.Clip(h.preformattedAttrs),
		handler.go#L233: 	state := h2.newHandleState((*buffer.Buffer)(&h2.preformattedAttrs), false, "")
		handler.go#L236: 	if pfa := h2.preformattedAttrs; len(pfa) > 0 {
		handler.go#L319: 	if pfa := s.h.preformattedAttrs; len(pfa) > 0 {